home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_1 / mach10.zip / EXEBBS.BAT < prev    next >
DOS Batch File  |  1990-07-26  |  840b  |  29 lines

  1. rem
  2. rem This file is used by the Front-End mailer to execute the bbs and
  3. rem return to the Front-End. The Front-End mailer will pass the baud rate,
  4. rem com port, and time until next event on the command line.
  5. rem
  6. rem Change to Mach-10's directory.
  7. rem
  8. cd \mach10
  9. rem
  10. rem If a MACHDORx.BAT file is left over from an external door, get rid of
  11. rem it before running Mach-10.
  12. rem
  13. if exist MACHDOR1.BAT del MACHDOR1.BAT
  14. rem
  15. rem Execute Mach-10. The first parameter is the node number, the second and
  16. rem third parameters are the com port and the baud rate.
  17. rem
  18. mach10 1 %1 %2
  19. rem
  20. rem If Mach-10 has created a MACHDORx.BAT for an external door, run it.
  21. rem
  22. if exist MACHDOR1.BAT MACHDOR1.BAT
  23. rem
  24. rem Get back to the front end mailer's directory and execute the front end
  25. rem mailers batch file.
  26. rem
  27. cd \binkley
  28. Fdoor
  29.